home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3frpa2d.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FRPART2D_H = 1;
- include("real/raytr/r3frpart.js")
-
-
- var R3CLID_FRPARTICLE2D = 743;
-
-
-
-
- R3FP2DA_Count = 743502;
- function SetR3FP2DA_Count(value) {
- R3Set(this.r3obj, R3FP2DA_Count, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FP2DA_Count() {
- return R3Get(this.r3obj, R3FP2DA_Count, R3TID_INTEGER, 0);
- }
-
- R3FP2DA_RenderUV = 743503;
- function SetR3FP2DA_RenderUV(value) {
- R3Set(this.r3obj, R3FP2DA_RenderUV, value, R3TID_BOOLEAN, 0);
- }
-
- R3FP2DA_Diameter1 = 743504;
- function SetR3FP2DA_Diameter1(value) {
- R3Set(this.r3obj, R3FP2DA_Diameter1, value, R3TID_FLOAT, 0);
- }
-
- R3FP2DA_Diameter2 = 743505;
- function SetR3FP2DA_Diameter2(value) {
- R3Set(this.r3obj, R3FP2DA_Diameter2, value, R3TID_FLOAT, 0);
- }
-
- R3FP2DA_D1Array = 743506;
- function SetR3FP2DA_D1Array(value) {
- R3Set(this.r3obj, R3FP2DA_D1Array, value, R3TID_FLOAT, R3TNF_ARRAY);
- }
-
- R3FP2DA_D2Array = 743507;
- function SetR3FP2DA_D2Array(value) {
- R3Set(this.r3obj, R3FP2DA_D2Array, value, R3TID_FLOAT, R3TNF_ARRAY);
- }
-
-
-
- function r3Frparticle2d () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FRPARTICLE2D, arguments);
- }
- // Attributes
- this.GetCount=GetR3FP2DA_Count;
- this.SetCount=SetR3FP2DA_Count;
- this.SetRenderUV=SetR3FP2DA_RenderUV;
- this.SetDiameter1=SetR3FP2DA_Diameter1;
- this.SetDiameter2=SetR3FP2DA_Diameter2;
- this.SetD1Array=SetR3FP2DA_D1Array;
- this.SetD2Array=SetR3FP2DA_D2Array;
- }
-
- r3Frparticle2d.prototype=new r3Frparticle;
- // r3frpa2d.h_H